Use <i> and <b> for '' and ''' instead of <em> and <strong>. There's no
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 11 Sep 2004 08:40:26 +0000 (08:40 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 11 Sep 2004 08:40:26 +0000 (08:40 +0000)
commitb0c2c0449d13e302cb771d59f7474c95517a35ed
treea682e4a66fcf9eadf5745e453f1f4261af8652e2
parentaa9e8e51b379aac3736aac02cd6702a16cdc2168
Use <i> and <b> for '' and ''' instead of <em> and <strong>. There's no
good reason to use <em> and <strong> here; they increase cache storage
and bandwidth requirements ;) and may be abusing semantic markup.

* Bug 369: '' should be interpreted as <i>, not <em>
http://bugzilla.wikipedia.org/show_bug.cgi?id=369
* Bug 370: ''' should be interpreted as <b>, not <strong>
http://bugzilla.wikipedia.org/show_bug.cgi?id=370
includes/Parser.php